home *** CD-ROM | disk | FTP | other *** search
- object Paragraph: TParagraph
- Left = 200
- Top = 117
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Paragraph Break'
- ClientHeight = 221
- ClientWidth = 297
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object GroupBox1: TGroupBox
- Left = 8
- Top = 16
- Width = 129
- Height = 137
- Caption = 'Align'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 16
- Top = 80
- Width = 89
- Height = 17
- Caption = 'Center'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 16
- Top = 56
- Width = 81
- Height = 17
- Caption = 'Right'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 16
- Top = 104
- Width = 89
- Height = 17
- Caption = 'Justify'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object RadioButton7: TRadioButton
- Left = 16
- Top = 32
- Width = 81
- Height = 17
- Caption = 'Left'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- end
- end
- object GroupBox2: TGroupBox
- Left = 144
- Top = 16
- Width = 145
- Height = 113
- Caption = 'Clear'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object RadioButton4: TRadioButton
- Left = 32
- Top = 32
- Width = 89
- Height = 17
- Caption = 'Left'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object RadioButton5: TRadioButton
- Left = 32
- Top = 56
- Width = 81
- Height = 17
- Caption = 'Right'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object RadioButton6: TRadioButton
- Left = 32
- Top = 80
- Width = 89
- Height = 17
- Caption = 'All'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- end
- object CheckBox1: TCheckBox
- Left = 168
- Top = 136
- Width = 97
- Height = 25
- Caption = 'Nowrap'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object BitBtn1: TBitBtn
- Left = 32
- Top = 176
- Width = 100
- Height = 30
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 168
- Top = 176
- Width = 100
- Height = 30
- TabOrder = 4
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-